Skip to content

docs(detection): fix mismatched backticks for mmsegmentation in README#326

Open
MukundaKatta wants to merge 1 commit intoOpenGVLab:masterfrom
MukundaKatta:codex/fix-detection-readme-mmseg-backticks
Open

docs(detection): fix mismatched backticks for mmsegmentation in README#326
MukundaKatta wants to merge 1 commit intoOpenGVLab:masterfrom
MukundaKatta:codex/fix-detection-readme-mmseg-backticks

Conversation

@MukundaKatta
Copy link
Copy Markdown

Summary

detection/README.md line 54 has a quote/backtick mismatch for `mmsegmentation`:

Before:
```

  • Install `timm`, `mmcv-full` and \`mmsegmentation':
    ```

After:
```

  • Install `timm`, `mmcv-full` and `mmsegmentation`:
    ```

The leading backtick was escaped (`\``) and closed with a single quote, so Markdown rendered it as literal \` text instead of inline code. Matched with a real backtick on both sides so it renders consistently with the other package names on the same line.

Closes #325

Testing

Documentation-only change; no code paths touched. Verified the surrounding section renders with consistent inline-code formatting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Doc typo: mismatched backticks for mmsegmentation in detection/README.md

1 participant